home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CICA 1995 September (Japanese)
/
CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 2).iso
/
disc2
/
patches
/
symantec
/
rtlinc.exe
/
SOUND.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-05-18
|
475 b
|
24 lines
/*_ sound.h Sat Jun 3 1989 Modified by: Walter Bright */
/* Copyright (C) 1988-1989 by Walter Bright */
/* All Rights Reserved */
/* Written by Walter Bright */
#if __cplusplus
extern "C" {
#endif
#if __OS2__ || __NT__
void __cdecl sound_note(int frequency,int duration);
#else
void __cdecl sound_tone(int cycles,int uptime,int dntime);
#endif
void __cdecl sound_beep(int freq);
void __cdecl sound_click(void);
#if __cplusplus
}
#endif